Hệ thống quản lý thanh toán POS nhà hàng

1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmBillingRecord
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Me.btnDeleteInvoice = New System.Windows.Forms.Button()
27         Me.lblBillingRecords = New System.Windows.Forms.Label()
28         Me.Panel1 = New System.Windows.Forms.Panel()
29         Me.dgvbillrecord = New System.Windows.Forms.DataGridView()
30         Me.DishName = New System.Windows.Forms.DataGridViewTextBoxColumn()
31         Me.Category = New System.Windows.Forms.DataGridViewTextBoxColumn()
32         Me.Kitchen = New System.Windows.Forms.DataGridViewTextBoxColumn()
33         Me.InventoryType = New System.Windows.Forms.DataGridViewTextBoxColumn()
34         Me.Discount = New System.Windows.Forms.DataGridViewTextBoxColumn()
35         Me.SelectBill = New System.Windows.Forms.DataGridViewCheckBoxColumn()
36         CType(Me.dgvbillrecord, System.ComponentModel.ISupportInitialize).BeginInit()
37         Me.SuspendLayout()
38         
'
39         
'btnDeleteInvoice
40         
'
41         Me.btnDeleteInvoice.Location = New System.Drawing.Point(
12, 449)
42         Me.btnDeleteInvoice.Name =
"btnDeleteInvoice"
43         Me.btnDeleteInvoice.Size = New System.Drawing.Size(
158, 33)
44         Me.btnDeleteInvoice.TabIndex =
1
45         Me.btnDeleteInvoice.Text =
"Delete Invoices"
46         Me.btnDeleteInvoice.UseVisualStyleBackColor = True
47         
'
48         
'lblBillingRecords
49         
'
50         Me.lblBillingRecords.AutoSize = True
51         Me.lblBillingRecords.BackColor = System.Drawing.Color.GhostWhite
52         Me.lblBillingRecords.Font = New System.Drawing.Font(
"MS Reference Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
53         Me.lblBillingRecords.ForeColor = System.Drawing.Color.Black
54         Me.lblBillingRecords.Location = New System.Drawing.Point(
314, 26)
55         Me.lblBillingRecords.Name =
"lblBillingRecords"
56         Me.lblBillingRecords.Size = New System.Drawing.Size(
176, 26)
57         Me.lblBillingRecords.TabIndex =
2
58         Me.lblBillingRecords.Text =
"Biling Records"
59         
'
60         
'Panel1
61         
'
62         Me.Panel1.BackColor = System.Drawing.Color.GhostWhite
63         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
64         Me.Panel1.Location = New System.Drawing.Point(
12, 7)
65         Me.Panel1.Name =
"Panel1"
66         Me.Panel1.Size = New System.Drawing.Size(
770, 63)
67         Me.Panel1.TabIndex =
3
68         
'
69         
'dgvbillrecord
70         
'
71         Me.dgvbillrecord.AllowUserToAddRows = False
72         Me.dgvbillrecord.AllowUserToDeleteRows = False
73         Me.dgvbillrecord.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
74         DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
75         DataGridViewCellStyle1.BackColor = System.Drawing.Color.MintCream
76         DataGridViewCellStyle1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
77         DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
78         DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
79         DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
80         DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
81         Me.dgvbillrecord.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
82         Me.dgvbillrecord.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
83         Me.dgvbillrecord.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DishName, Me.Category, Me.Kitchen, Me.InventoryType, Me.Discount, Me.SelectBill})
84         Me.dgvbillrecord.Location = New System.Drawing.Point(
12, 76)
85         Me.dgvbillrecord.Name =
"dgvbillrecord"
86         Me.dgvbillrecord.ReadOnly = True
87         Me.dgvbillrecord.Size = New System.Drawing.Size(
769, 367)
88         Me.dgvbillrecord.TabIndex =
4
89         
'
90         
'DishName
91         
'
92         Me.DishName.HeaderText =
"DishName"
93         Me.DishName.Name =
"DishName"
94         Me.DishName.ReadOnly = True
95         Me.DishName.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
96         Me.DishName.Width =
200
97         
'
98         
'Category
99         
'
100         Me.Category.HeaderText =
"Category"
101         Me.Category.Name =
"Category"
102         Me.Category.ReadOnly = True
103         
'
104         
'Kitchen
105         
'
106         Me.Kitchen.HeaderText =
"Kitchen"
107         Me.Kitchen.Name =
"Kitchen"
108         Me.Kitchen.ReadOnly = True
109         
'
110         
'InventoryType
111         
'
112         Me.InventoryType.HeaderText =
"InventoryType"
113         Me.InventoryType.Name =
"InventoryType"
114         Me.InventoryType.ReadOnly = True
115         Me.InventoryType.Width =
150
116         
'
117         
'Discount
118         
'
119         Me.Discount.HeaderText =
"Discount"
120         Me.Discount.Name =
"Discount"
121         Me.Discount.ReadOnly = True
122         
'
123         
'SelectBill
124         
'
125         Me.SelectBill.HeaderText =
"Select Bill"
126         Me.SelectBill.Name =
"SelectBill"
127         Me.SelectBill.ReadOnly = True
128         Me.SelectBill.Visible = False
129         
'
130         
'frmBillingRecord
131         
'
132         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
133         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
134         Me.BackColor = System.Drawing.Color.MediumPurple
135         Me.ClientSize = New System.Drawing.Size(
794, 488)
136         Me.Controls.Add(Me.dgvbillrecord)
137         Me.Controls.Add(Me.lblBillingRecords)
138         Me.Controls.Add(Me.btnDeleteInvoice)
139         Me.Controls.Add(Me.Panel1)
140         Me.Name =
"frmBillingRecord"
141         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
142         Me.Text =
"Blling Records"
143         CType(Me.dgvbillrecord, System.ComponentModel.ISupportInitialize).EndInit()
144         Me.ResumeLayout(False)
145         Me.PerformLayout()
146
147     End Sub
148     Friend WithEvents btnDeleteInvoice As System.Windows.Forms.Button
149     Friend WithEvents lblBillingRecords As System.Windows.Forms.Label
150     Friend WithEvents Panel1 As System.Windows.Forms.Panel
151     Friend WithEvents dgvbillrecord As System.Windows.Forms.DataGridView
152     Friend WithEvents DishName As System.Windows.Forms.DataGridViewTextBoxColumn
153     Friend WithEvents Category As System.Windows.Forms.DataGridViewTextBoxColumn
154     Friend WithEvents Kitchen As System.Windows.Forms.DataGridViewTextBoxColumn
155     Friend WithEvents InventoryType As System.Windows.Forms.DataGridViewTextBoxColumn
156     Friend WithEvents Discount As System.Windows.Forms.DataGridViewTextBoxColumn
157     Friend WithEvents SelectBill As System.Windows.Forms.DataGridViewCheckBoxColumn
158 End Class


Gõ tìm kiếm nhanh...